Home
last modified time | relevance | path

Searched refs:memory_management_control_operations (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Video/
H A DFile_Avc.cpp2110 std::vector<int8u> memory_management_control_operations; in slice_header() local
2112 dec_ref_pic_marking(memory_management_control_operations); in slice_header()
2190 …std::find(memory_management_control_operations.begin(), memory_management_control_operations.end()… in slice_header()
2230 … std::find(memory_management_control_operations.begin(), memory_management_control_operations.end(… in slice_header()
2633 void File_Avc::dec_ref_pic_marking(std::vector<int8u> &memory_management_control_operations) in dec_ref_pic_marking() argument
2665memory_management_control_operations.push_back((int8u)memory_management_control_operation); in dec_ref_pic_marking()
H A DFile_Avc.h454 void dec_ref_pic_marking(vector<int8u> &memory_management_control_operations);
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Video/
H A DFile_Avc.cpp2110 std::vector<int8u> memory_management_control_operations; in slice_header() local
2112 dec_ref_pic_marking(memory_management_control_operations); in slice_header()
2190 …std::find(memory_management_control_operations.begin(), memory_management_control_operations.end()… in slice_header()
2230 … std::find(memory_management_control_operations.begin(), memory_management_control_operations.end(… in slice_header()
2633 void File_Avc::dec_ref_pic_marking(std::vector<int8u> &memory_management_control_operations) in dec_ref_pic_marking() argument
2665memory_management_control_operations.push_back((int8u)memory_management_control_operation); in dec_ref_pic_marking()
H A DFile_Avc.h454 void dec_ref_pic_marking(vector<int8u> &memory_management_control_operations);
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Video/
H A DFile_Avc.cpp2110 std::vector<int8u> memory_management_control_operations; in slice_header() local
2112 dec_ref_pic_marking(memory_management_control_operations); in slice_header()
2190 …std::find(memory_management_control_operations.begin(), memory_management_control_operations.end()… in slice_header()
2230 … std::find(memory_management_control_operations.begin(), memory_management_control_operations.end(… in slice_header()
2633 void File_Avc::dec_ref_pic_marking(std::vector<int8u> &memory_management_control_operations) in dec_ref_pic_marking() argument
2665memory_management_control_operations.push_back((int8u)memory_management_control_operation); in dec_ref_pic_marking()
H A DFile_Avc.h454 void dec_ref_pic_marking(vector<int8u> &memory_management_control_operations);