HomeSort by relevance Sort by last modified time
    Searched refs:bUsingNativeBuffers (Results 1 - 4 of 4) sorted by null

  /frameworks/native/headers/media_plugin/media/hardware/
HardwareAPI.h 238 // incorrect. bUsingNativeBuffers is OMX_TRUE if native android buffers will
245 // The behavior is slightly different if bUsingNativeBuffers is OMX_TRUE,
249 // will set the SW_READ/WRITE_OFTEN usage flags. In this case (if bUsingNativeBuffers
255 // For non-YUV packed planar/semiplanar image formats, or if bUsingNativeBuffers
270 OMX_BOOL bUsingNativeBuffers;
291 OMX_BOOL bUsingNativeBuffers;
  /frameworks/av/media/libstagefright/omx/
OMXUtils.cpp 63 bUsingNativeBuffers = params.bUsingNativeBuffers;
75 bUsingNativeBuffers = params.bUsingNativeBuffers;
251 if (params.bUsingNativeBuffers) {
349 describeParams.bUsingNativeBuffers = (OMX_BOOL)usingNativeBuffers;
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp 681 bUsingNativeBuffers = params.bUsingNativeBuffers;
709 describeParams.bUsingNativeBuffers = OMX_FALSE;
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 478 milliseconds