Home
last modified time | relevance | path

Searched refs:nEntries (Results 1 – 24 of 24) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp243 size_t num = std::min(nEntries, (size_t)mElementCapacity); in adjustEntries()
248 nEntries -= num; in adjustEntries()
256 uint32_t nEntries = mTotalNumTableEntries % mElementCapacity; in add() local
258 if (nEntries == 0 && nValues == 0) { in add()
264 uint32_t pos = nEntries * ENTRY_SIZE + nValues; in add()
280 uint32_t nEntries = mTotalNumTableEntries; in write() local
281 writer->writeInt32(nEntries); in write()
284 CHECK_GT(nEntries, 0u); in write()
285 if (nEntries >= mElementCapacity) { in write()
287 nEntries -= mElementCapacity; in write()
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_QCOMExtns.h209 OMX_U32 nEntries; member
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_QCOMExtns.h238 OMX_U32 nEntries; member
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_QCOMExtns.h241 OMX_U32 nEntries; member
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_QCOMExtns.h284 OMX_U32 nEntries; member
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/
H A DOMX_QCOMExtns.h297 OMX_U32 nEntries; member
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/
H A DOMX_QCOMExtns.h285 OMX_U32 nEntries; member
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/
H A DOMX_QCOMExtns.h297 OMX_U32 nEntries; member
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp4257 !pmem_list->nEntries || in use_output_buffer()
5012 pPlatformList->nEntries = 1; in allocate_output_buffer()
6170 pmem_list.nEntries = 1; in use_EGL_image()
8101 pPlatformList->nEntries = 1; in allocate_output_headers()
9424 m_platform_list_client[i].nEntries = 1; in allocate_buffers_color_convert()
9500 m_platform_list_client[i].nEntries = 1; in use_output_buffer()
H A Domx_vdec_copper.cpp3912 !pmem_list->nEntries || in use_output_buffer()
4691 pPlatformList->nEntries = 1; in allocate_output_buffer()
5778 pmem_list.nEntries = 1; in use_EGL_image()
7580 pPlatformList->nEntries = 1; in allocate_output_headers()
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp4046 !pmem_list->nEntries || in use_output_buffer()
4803 pPlatformList->nEntries = 1; in allocate_output_buffer()
5991 pmem_list.nEntries = 1; in use_EGL_image()
7790 pPlatformList->nEntries = 1; in allocate_output_headers()
9650 m_platform_list_client[i].nEntries = 1; in allocate_buffers_color_convert()
H A Domx_vdec_hevc.cpp3789 !pmem_list->nEntries || in use_output_buffer()
4539 pPlatformList->nEntries = 1; in allocate_output_buffer()
5579 pmem_list.nEntries = 1; in use_EGL_image()
7432 pPlatformList->nEntries = 1; in allocate_output_headers()
8450 m_platform_list_client[i].nEntries = 1; in allocate_buffers_color_convert()
H A Domx_vdec_hevc_swvdec.cpp4565 !pmem_list->nEntries || in use_output_buffer()
5434 pPlatformList->nEntries = 1; in allocate_output_buffer()
6673 pmem_list.nEntries = 1; in use_EGL_image()
8445 pPlatformList->nEntries = 1; in allocate_output_headers()
9534 m_platform_list_client[i].nEntries = 1; in allocate_buffers_color_convert()
H A Domx_vdec_msm8974.cpp4903 !pmem_list->nEntries || in use_output_buffer()
5715 pPlatformList->nEntries = 1; in allocate_output_buffer()
6912 pmem_list.nEntries = 1; in use_EGL_image()
9072 pPlatformList->nEntries = 1; in allocate_output_headers()
10538 m_platform_list_client[i].nEntries = 1; in allocate_buffers_color_convert()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp3768 !pmem_list->nEntries || in use_output_buffer()
4518 pPlatformList->nEntries = 1; in allocate_output_buffer()
5543 pmem_list.nEntries = 1; in use_EGL_image()
7396 pPlatformList->nEntries = 1; in allocate_output_headers()
8396 m_platform_list_client[i].nEntries = 1; in allocate_buffers_color_convert()
H A Domx_vdec_hevc_swvdec.cpp4762 !pmem_list->nEntries || in use_output_buffer()
5638 pPlatformList->nEntries = 1; in allocate_output_buffer()
6876 pmem_list.nEntries = 1; in use_EGL_image()
8660 pPlatformList->nEntries = 1; in allocate_output_headers()
9736 m_platform_list_client[i].nEntries = 1; in allocate_buffers_color_convert()
H A Domx_vdec_v4l2.cpp5746 !pmem_list->nEntries || in use_output_buffer()
6569 pPlatformList->nEntries = 1; in allocate_output_buffer()
7741 pmem_list.nEntries = 1; in use_EGL_image()
10022 pPlatformList->nEntries = 1; in allocate_output_headers()
11832 m_platform_list_client[i].nEntries = 1; in allocate_buffers_color_convert()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp3784 !pmem_list->nEntries || in use_output_buffer()
4528 pPlatformList->nEntries = 1; in allocate_output_buffer()
5734 pmem_list.nEntries = 1; in use_EGL_image()
7410 pPlatformList->nEntries = 1; in allocate_output_headers()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp5740 !pmem_list->nEntries || in use_output_buffer()
6449 pPlatformList->nEntries = 1; in allocate_output_buffer()
7620 pmem_list.nEntries = 1; in use_EGL_image()
9232 pPlatformList->nEntries = 1; in allocate_output_headers()
11533 m_platform_list_client[i].nEntries = 1; in allocate_buffers_color_convert()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp6170 !pmem_list->nEntries || in use_output_buffer()
7158 pPlatformList->nEntries = 1; in allocate_output_buffer()
8372 pmem_list.nEntries = 1; in use_EGL_image()
10816 pPlatformList->nEntries = 1; in allocate_output_headers()
13039 m_platform_list_client[i].nEntries = 1; in allocate_buffers_color_convert()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp2425 pPlatformList[bufCnt].nEntries = 1; in use_output_buffer_multiple_fd()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp6108 !pmem_list->nEntries || in use_output_buffer()
6926 pPlatformList->nEntries = 1; in allocate_output_buffer()
8206 pmem_list.nEntries = 1; in use_EGL_image()
10610 pPlatformList->nEntries = 1; in allocate_output_headers()
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp2671 pPlatformList[bufCnt].nEntries = 1; in use_output_buffer_multiple_fd()
/aosp12/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp4014 !pmem_list->nEntries || in use_output_buffer()