Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/oss/src/model/
A DGetVodPlaylistRequest.cc73 ParameterCollection collection; in specialParameters() local
74 collection["startTime"] = std::to_string(startTime_); in specialParameters()
75 collection["endTime"] = std::to_string(endTime_); in specialParameters()
76 collection["vod"] = ""; in specialParameters()
77 return collection; in specialParameters()
A DGetLiveChannelHistoryRequest.cc36 ParameterCollection collection; in specialParameters() local
37 collection["live"] = ""; in specialParameters()
38 collection["comp"] = "history"; in specialParameters()
39 return collection; in specialParameters()
A DGetLiveChannelStatRequest.cc36 ParameterCollection collection; in specialParameters() local
37 collection["live"] = ""; in specialParameters()
38 collection["comp"] = "stat"; in specialParameters()
39 return collection; in specialParameters()
A DPostVodPlaylistRequest.cc60 ParameterCollection collection; in specialParameters() local
61 collection["vod"] = ""; in specialParameters()
62 collection["endTime"] = std::to_string(endTime_); in specialParameters()
63 collection["startTime"] = std::to_string(startTime_); in specialParameters()
64 return collection; in specialParameters()
A DPutLiveChannelStatusRequest.cc42 ParameterCollection collection; in specialParameters() local
43 collection["live"] = ""; in specialParameters()
44 collection["status"] = ToLiveChannelStatusName(status_); in specialParameters()
45 return collection; in specialParameters()
A DDeleteLiveChannelRequest.cc32 ParameterCollection collection; in specialParameters() local
33 collection["live"] = ""; in specialParameters()
34 return collection; in specialParameters()
A DGetLiveChannelInfoRequest.cc36 ParameterCollection collection; in specialParameters() local
37 collection["live"] = ""; in specialParameters()
38 return collection; in specialParameters()
A DGenerateRTMPSignedUrlRequest.cc37 ParameterCollection collection; in Parameters() local
40 collection["playlistName"] = playList_; in Parameters()
42 return collection; in Parameters()
A DPutLiveChannelRequest.cc190 ParameterCollection collection; in specialParameters() local
191 collection["live"] = ""; in specialParameters()
192 return collection; in specialParameters()
/AliOS-Things-master/components/SDL2/src/audio/wasapi/
A DSDL_wasapi_win32.c387 IMMDeviceCollection *collection = NULL; in WASAPI_EnumerateEndpointsForFlow() local
394 …numAudioEndpoints(enumerator, iscapture ? eCapture : eRender, DEVICE_STATE_ACTIVE, &collection))) { in WASAPI_EnumerateEndpointsForFlow()
398 if (FAILED(IMMDeviceCollection_GetCount(collection, &total))) { in WASAPI_EnumerateEndpointsForFlow()
399 IMMDeviceCollection_Release(collection); in WASAPI_EnumerateEndpointsForFlow()
411 if (SUCCEEDED(IMMDeviceCollection_Item(collection, i, &device))) { in WASAPI_EnumerateEndpointsForFlow()
433 IMMDeviceCollection_Release(collection); in WASAPI_EnumerateEndpointsForFlow()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DREADME.md59 <li> Garbage collection using reference counting (to reduce memory usage
/AliOS-Things-master/components/py_engine/engine/
A DREADME.md84 writing some assembly code for the exception handling and garbage collection.
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME8 `gxvalid' is a module to validate TrueType GX tables: a collection of
262 collection of segments which are specified by `firstGlyph' and
/AliOS-Things-master/components/SDL2/test/
A Dutf8.txt13 systematic collection of unusual inputs. Experience so far suggests
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi48 @item Garbage collection using reference counting (to reduce memory usage and have deterministic be…
1008 @subsection Garbage collection
1014 collection roots need to be manipulated in the C code.
/AliOS-Things-master/components/SDL2/src/gfx/
A DChangeLog31 * Added OSX Xcode3+ template files to Other Builds collection
A DREADME109 The imagefilter functions are a collection of MMX optimized routines that
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog3250 tiffcrop.sh into a collection of many specific tests. Re-wrote
3831 * test/images: Added a small collection of test images for use by

Completed in 51 milliseconds