Searched refs:allocation (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp1539 DEBUG_PRINT_ERROR("ERROR: H264 parser allocation failed!");
4110 OMX Use Buffer Heap allocation method implementation.
7270 struct pmem_allocation allocation; local
7271 allocation.size = buffer_size;
7272 allocation.align = clip2(alignment);
7274 if (allocation.align < 4096) {
7275 allocation.align = 4096;
7278 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0) {
7280 allocation.align, allocation
8951 struct pmem_allocation allocation; local
9087 struct pmem_allocation allocation; local
[all...]
H A Domx_vdec_hevc.cpp1581 DEBUG_PRINT_ERROR("ERROR: H264 parser allocation failed!");
3881 OMX Use Buffer Heap allocation method implementation.
6903 struct pmem_allocation allocation; local
6904 allocation.size = buffer_size;
6905 allocation.align = clip2(alignment);
6906 if (allocation.align < 4096) {
6907 allocation.align = 4096;
6909 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0) {
6911 allocation.align, allocation
[all...]
H A Domx_vdec_hevc_swvdec.cpp4431 // SWVdec memory allocation and set the output buffer
4603 // SWVdec memory allocation and set the output buffer
4681 OMX Use Buffer Heap allocation method implementation.
7861 struct pmem_allocation allocation; local
7862 allocation.size = buffer_size;
7863 allocation.align = clip2(alignment);
7864 if (allocation.align < 4096)
7866 allocation.align = 4096;
7868 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0)
7871 allocation
[all...]
H A Domx_vdec_msm8974.cpp2034 DEBUG_PRINT_ERROR("ERROR: H264 parser allocation failed!");
4946 OMX Use Buffer Heap allocation method implementation.
8394 struct pmem_allocation allocation; local
8395 allocation.size = buffer_size;
8396 allocation.align = clip2(alignment);
8397 if (allocation.align < 4096) {
8398 allocation.align = 4096;
8400 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0) {
8402 allocation.align, allocation
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp1290 struct pmem_allocation allocation; local
1299 allocation.size = size;
1300 allocation.align = clip2(alignment);
1302 if (allocation.align != 8192)
1303 allocation.align = 8192;
1305 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0)
1308 allocation.align, allocation.size);
H A Dvideo_encoder_device_copper.cpp1222 struct pmem_allocation allocation; local
1265 allocation.size = size;
1266 allocation.align = clip2(alignment);
1268 if (allocation.align != 8192)
1269 allocation.align = 8192;
1271 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0)
1274 allocation.align, allocation.size);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp1501 struct pmem_allocation allocation; local
1509 allocation.size = size;
1510 allocation.align = clip2(alignment);
1512 if (allocation.align != 8192)
1513 allocation.align = 8192;
1515 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0) {
1517 allocation.align, allocation.size);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp1502 struct pmem_allocation allocation; local
1510 allocation.size = size;
1511 allocation.align = clip2(alignment);
1513 if (allocation.align != 8192)
1514 allocation.align = 8192;
1516 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0) {
1518 allocation.align, allocation.size);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp2336 DEBUG_PRINT_ERROR("\n EGL allocation failed");
2346 DEBUG_PRINT_ERROR("\n EGL allocation failed");
2361 DEBUG_PRINT_ERROR("\n allocation size %d pmem fd %d",bufSize,p_eglHeaders[bufCnt]->pmem_fd);
2438 DEBUG_PRINT("\n allocation size %d pmem fd 0x%x",bufSize,pPMEMInfo[bufCnt].pmem_fd);
3839 struct pmem_allocation allocation; local
3840 allocation.size = buffer_size;
3841 allocation.align = clip2(alignment);
3843 if (allocation.align < 4096)
3845 allocation.align = 4096;
3847 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) <
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp1573 DEBUG_PRINT_ERROR("ERROR: H264 parser allocation failed!");
4313 OMX Use Buffer Heap allocation method implementation.
7583 struct pmem_allocation allocation; local
7584 allocation.size = buffer_size;
7585 allocation.align = clip2(alignment);
7586 if (allocation.align < 4096)
7588 allocation.align = 4096;
7590 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0)
7593 allocation.align, allocation
8910 struct pmem_allocation allocation; local
[all...]
H A Domx_vdec_copper.cpp1489 DEBUG_PRINT_ERROR("ERROR: H264 parser allocation failed!");
3963 OMX Use Buffer Heap allocation method implementation.
7141 struct pmem_allocation allocation; local
7142 allocation.size = buffer_size;
7143 allocation.align = clip2(alignment);
7144 if (allocation.align < 4096)
7146 allocation.align = 4096;
7148 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0)
7151 allocation.align, allocation
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp2582 DEBUG_PRINT_ERROR("\n EGL allocation failed");
2592 DEBUG_PRINT_ERROR("\n EGL allocation failed");
2607 DEBUG_PRINT_ERROR("\n allocation size %u pmem fd %d",(unsigned int)bufSize,p_eglHeaders[bufCnt]->pmem_fd);
2684 DEBUG_PRINT("\n allocation size %d pmem fd 0x%x",bufSize,pPMEMInfo[bufCnt].pmem_fd);
4295 struct pmem_allocation allocation; local
4296 allocation.size = buffer_size;
4297 allocation.align = clip2(alignment);
4299 if (allocation.align < 4096) {
4300 allocation.align = 4096;
4302 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) <
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp1560 DEBUG_PRINT_ERROR("ERROR: H264 parser allocation failed!");
3860 OMX Use Buffer Heap allocation method implementation.
6867 struct pmem_allocation allocation; local
6868 allocation.size = buffer_size;
6869 allocation.align = clip2(alignment);
6870 if (allocation.align < 4096) {
6871 allocation.align = 4096;
6873 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0) {
6875 allocation.align, allocation
[all...]
H A Domx_vdec_hevc_swvdec.cpp4628 // SWVdec memory allocation and set the output buffer
4800 // SWVdec memory allocation and set the output buffer
4878 OMX Use Buffer Heap allocation method implementation.
8076 struct pmem_allocation allocation; local
8077 allocation.size = buffer_size;
8078 allocation.align = clip2(alignment);
8079 if (allocation.align < 4096)
8081 allocation.align = 4096;
8083 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0)
8086 allocation
[all...]
H A Domx_vdec_v4l2.cpp2496 DEBUG_PRINT_ERROR("ERROR: H264 parser allocation failed!");
5685 OMX Use Buffer Heap allocation method implementation.
9172 struct pmem_allocation allocation; local
9173 allocation.size = buffer_size;
9174 allocation.align = clip2(alignment);
9175 if (allocation.align < 4096) {
9176 allocation.align = 4096;
9178 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0) {
9180 allocation.align, allocation
[all...]
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp4074 OMX Use Buffer Heap allocation method implementation.
6556 struct pmem_allocation allocation; local
6557 allocation.size = buffer_size;
6558 allocation.align = clip2(alignment);
6559 if (allocation.align < 4096)
6561 allocation.align = 4096;
6563 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0)
6566 allocation.align, allocation.size);
7184 DEBUG_PRINT_HIGH(" Use o/p buffer case - Header List allocation");
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm679 ; TODO(cd) do some register allocation change to remove these push/pop
696 ; TODO(cd) do some register allocation change to remove these push/pop
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
H A Dx86inc.asm267 ; t# defines for when per-arch register allocation is more complex than just function arguments

Completed in 778 milliseconds