HomeSort by relevance Sort by last modified time
    Searched full:streamcount (Results 1 - 3 of 3) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ObjectDescriptor.java_bak 51 private int streamCount;
74 objectDescriptor.streamCount = data & 0x3E;
77 // for (int i = 0; i < objectDescriptor.streamCount; i++) {
97 ", streamCount=" + streamCount +
  /frameworks/av/camera/tests/
ProCameraTests.cpp 710 size_t streamCount = sizeof(allStreams) / sizeof(allStreams[0]);
716 /*data_count*/streamCount) != OK) {
723 /*data_count*/streamCount));
727 &allStreams, /*data_count*/streamCount, &entry));
737 for (size_t i = 0; i < streamCount; ++i) {
851 size_t streamCount = 2;
857 /*data_count*/streamCount) != OK) {
864 /*data_count*/streamCount));
868 &allStreams, /*data_count*/streamCount, &entry));
926 size_t streamCount = 1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h 350 typedef HRESULT ( CALLBACK *PDXVAHDSW_VideoProcessBltHD )(HANDLE hVideoProcessor,IDirect3DSurface9 *pOutputSurface,UINT OutputFrame,UINT StreamCount,const DXVAHD_STREAM_DATA *pStreams);
444 STDMETHOD_(HRESULT,VideoProcessBltHD)(THIS_ IDirect3DSurface9 *pOutputSurface,UINT OutputFrame,UINT StreamCount,const DXVAHD_STREAM_DATA *pStreams) PURE;
456 #define IDXVAHD_VideoProcessor_VideoProcessBltHD(This,pOutputSurface,OutputFrame,StreamCount,pStreams) (This)->lpVtbl->VideoProcessBltHD(This,pOutputSurface,OutputFrame,StreamCount,pStreams)

Completed in 371 milliseconds