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

  /bionic/tools/relocation_packer/src/
elf_file_unittest.cc 88 unsigned char first_buffer[buffer_size]; local
92 size_t first_read = fread(first_buffer, 1, sizeof(first_buffer), first);
96 EXPECT_EQ(0, memcmp(first_buffer, second_buffer, first_read));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 201 first_buffer = True
208 if first_buffer and self.document.documentElement:
210 first_buffer = False
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 201 first_buffer = True
208 if first_buffer and self.document.documentElement:
210 first_buffer = False
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 872 OMX_U8 first_buffer; member in struct:WMADEC_COMPONENT_PRIVATE
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 764 unsigned char *first_buffer; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 783 unsigned char *first_buffer; member in class:omx_vdec
    [all...]
omx_vdec.h 885 unsigned char *first_buffer; member in class:omx_vdec
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 176 pComponentPrivate->first_buffer=1;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 475 first_buffer(NULL),
    [all...]
omx_vdec_copper.cpp 482 first_buffer(NULL),
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 460 first_buffer(NULL),
    [all...]
omx_vdec_hevc.cpp 531 first_buffer(NULL),
    [all...]
omx_vdec_hevc_swvdec.cpp 581 first_buffer(NULL),
    [all...]
omx_vdec_msm8974.cpp 568 first_buffer(NULL),
    [all...]

Completed in 1480 milliseconds