Searched refs:BufferType (Results 1 – 16 of 16) sorted by relevance
/drivers/peripheral/codec/hal/v1.0/oem_interface/include/ |
D | codec_oem_if.h | 33 AllocateBufferMode mode, BufferType type); 35 AllocateBufferMode *mode, BufferType *type);
|
/drivers/peripheral/codec/hdi_service/codec_service_stub/ |
D | codec_service.h | 39 …tPortMode(CODEC_HANDLETYPE handle, DirectionType direct, AllocateBufferMode mode, BufferType type); 40 …ortMode(CODEC_HANDLETYPE handle, DirectionType direct, AllocateBufferMode *mode, BufferType *type);
|
D | codec_service.c | 348 …etPortMode(CODEC_HANDLETYPE handle, DirectionType direct, AllocateBufferMode mode, BufferType type) in CodecSetPortMode() 357 …PortMode(CODEC_HANDLETYPE handle, DirectionType direct, AllocateBufferMode *mode, BufferType *type) in CodecGetPortMode()
|
D | codec_stub.c | 190 BufferType type; in SerCodecSetPortMode() 222 BufferType type; in SerCodecGetPortMode()
|
/drivers/peripheral/codec/interfaces/include/ |
D | codec_interface.h | 154 …tPortMode(CODEC_HANDLETYPE handle, DirectionType direct, AllocateBufferMode mode, BufferType type); 156 …ortMode(CODEC_HANDLETYPE handle, DirectionType direct, AllocateBufferMode *mode, BufferType *type);
|
D | codec_type.h | 205 } BufferType; typedef 211 BufferType type; /**< Buffer type */
|
/drivers/peripheral/codec/hal/v1.0/share_mem/include/ |
D | share_mem.h | 32 BufferType type;
|
/drivers/peripheral/codec/hdi_service/codec_proxy/ |
D | icodec.h | 61 AllocateBufferMode mode, BufferType type); 63 AllocateBufferMode *mode, BufferType *type);
|
D | codec_proxy.c | 312 DirectionType direct, AllocateBufferMode mode, BufferType type) in CodecProxySetPortMode() 358 DirectionType direct, AllocateBufferMode *mode, BufferType *type) in CodecProxyGetPortMode()
|
/drivers/peripheral/codec/hal/passthrough/adapter/include/ |
D | component_common.h | 31 int32_t ConvertOmxBufferTypeToBufferType(int32_t type, BufferType &bufferType);
|
/drivers/peripheral/camera/vdi_base/usb_camera/vdi_impl/src/ |
D | camera_dump.cpp | 44 {BufferType, false} 68 if (!IsDumpOpened(BufferType)) { in DumpBuffer() 223 UpdateDumpMode(BufferType, true, reply); in CameraHostDumpProcess() 225 UpdateDumpMode(BufferType, false, reply); in CameraHostDumpProcess()
|
/drivers/peripheral/camera/vdi_base/v4l2/src/ |
D | camera_dump.cpp | 44 {BufferType, false} 68 if (!IsDumpOpened(BufferType)) { in DumpBuffer() 224 UpdateDumpMode(BufferType, true, reply); in CameraHostDumpProcess() 226 UpdateDumpMode(BufferType, false, reply); in CameraHostDumpProcess()
|
/drivers/peripheral/camera/vdi_base/v4l2/include/ |
D | camera_dump.h | 33 BufferType enumerator
|
/drivers/peripheral/codec/test/unittest/hdi_v1.0/ |
D | codec_proxy_test.cpp | 212 BufferType type = BUFFER_TYPE_FD; 221 BufferType type;
|
/drivers/peripheral/codec/hal/passthrough/adapter/src/ |
D | component_node.cpp | 571 BufferType type; in SetPortMode()
|
D | component_common.cpp | 1143 static int32_t ConvertBufferTypeToOmxBufferType(BufferType type) in ConvertBufferTypeToOmxBufferType() 1166 int32_t ConvertOmxBufferTypeToBufferType(int32_t type, BufferType &bufferType) in ConvertOmxBufferTypeToBufferType()
|