Lines Matching refs:packet

2910                        struct encoder_media_buffer_type * packet =  in runFrameThread()  local
2912 native_handle_delete(const_cast<native_handle_t *>(packet->meta_handle)); in runFrameThread()
4718 struct encoder_media_buffer_type * packet = in deinitRaw() local
4720 native_handle_delete(const_cast<native_handle_t *>(packet->meta_handle)); in deinitRaw()
4771 struct encoder_media_buffer_type * packet = in relinquishBuffers() local
4773 native_handle_delete(const_cast<native_handle_t *>(packet->meta_handle)); in relinquishBuffers()
7111 struct encoder_media_buffer_type * packet = in startRecording() local
7113 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size in startRecording()
7114 packet->buffer_type = kMetadataBufferTypeCameraSource; in startRecording()
7115 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); in startRecording()
7159 struct encoder_media_buffer_type * packet = in startRecording() local
7161 packet->meta_handle = native_handle_create(1, 3); //1 fd, 1 offset and 1 size in startRecording()
7162 packet->buffer_type = kMetadataBufferTypeCameraSource; in startRecording()
7163 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); in startRecording()
7288 struct encoder_media_buffer_type * packet = in stopRecording() local
7290 native_handle_delete(const_cast<native_handle_t *>(packet->meta_handle)); in stopRecording()
7299 struct encoder_media_buffer_type * packet = in stopRecording() local
7301 native_handle_delete(const_cast<native_handle_t *>(packet->meta_handle)); in stopRecording()