Searched refs:bufType (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/av/media/extractors/mpeg2/ |
H A D | MPEG2PSExtractor.cpp | 724 uint32_t bufType; in read() local 727 if (inMeta.findData(kKeyCryptoIV, &bufType, &bufData, &bufSize)) { in read() 730 if (inMeta.findData(kKeyCryptoKey, &bufType, &bufData, &bufSize)) { in read() 733 if (inMeta.findData(kKeyPlainSizes, &bufType, &bufData, &bufSize)) { in read() 736 if (inMeta.findData(kKeyEncryptedSizes, &bufType, &bufData, &bufSize)) { in read() 739 if (inMeta.findData(kKeySEI, &bufType, &bufData, &bufSize)) { in read() 742 if (inMeta.findData(kKeyAudioPresentationInfo, &bufType, &bufData, &bufSize)) { in read()
|
H A D | MPEG2TSExtractor.cpp | 208 uint32_t bufType; in read() local 211 if (inMeta.findData(kKeyCryptoIV, &bufType, &bufData, &bufSize)) { in read() 214 if (inMeta.findData(kKeyCryptoKey, &bufType, &bufData, &bufSize)) { in read() 217 if (inMeta.findData(kKeyPlainSizes, &bufType, &bufData, &bufSize)) { in read() 220 if (inMeta.findData(kKeyEncryptedSizes, &bufType, &bufData, &bufSize)) { in read() 223 if (inMeta.findData(kKeySEI, &bufType, &bufData, &bufSize)) { in read() 226 if (inMeta.findData(kKeyAudioPresentationInfo, &bufType, &bufData, &bufSize)) { in read()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraStream.h | 263 int32_t mapBufs(QCameraMemory *heapBuf, cam_mapping_buf_type bufType, 265 int32_t unMapBuf(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
|
H A D | QCameraMem.cpp | 81 cam_stream_type_t streamType, QCameraMemType bufType) in QCameraMemory() argument 85 mBufType(bufType) in QCameraMemory() 1063 cam_stream_type_t streamType, QCameraMemType bufType) in QCameraStreamMemory() argument 1064 :QCameraMemory(cached, pool, streamType, bufType), in QCameraStreamMemory() 1294 bool cached, QCameraMemType bufType) in QCameraVideoMemory() argument 1300 mBufType = bufType; in QCameraVideoMemory() 1884 …cMemory::QCameraGrallocMemory(camera_request_memory memory, void* cbCookie, QCameraMemType bufType) in QCameraGrallocMemory() argument 1901 mBufType =bufType; in QCameraGrallocMemory()
|
H A D | QCameraStream.cpp | 583 cam_mapping_buf_type bufType, __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl) in unMapBuf() argument 596 bufType, i, -1); in unMapBuf() 598 rc = m_MemOpsTbl.unmap_ops(i, -1, bufType, m_MemOpsTbl.userdata); in unMapBuf() 629 cam_mapping_buf_type bufType, __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl) in mapBufs() argument 643 if ((bufType == CAM_MAPPING_BUF_TYPE_STREAM_INFO) in mapBufs() 644 || (bufType == CAM_MAPPING_BUF_TYPE_MISC_BUF)) { in mapBufs() 652 rc = bufferMaps.enqueue(bufType, activeHandle, i /*buf index*/, -1 /*plane index*/, in mapBufs()
|
H A D | QCameraMem.h | 246 QCameraMemType bufType = QCAMERA_MEM_TYPE_DEFAULT);
|