Searched refs:is_h264 (Results 1 – 3 of 3) sorted by relevance
276 int is_h264 = u_reduce_video_profile(templ->profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC; in nv84_create_decoder() local282 if ((is_h264 && templ->entrypoint != PIPE_VIDEO_ENTRYPOINT_BITSTREAM) || in nv84_create_decoder()288 if (!is_h264 && !is_mpeg12) { in nv84_create_decoder()301 if (is_h264) { in nv84_create_decoder()331 if (is_h264) { in nv84_create_decoder()365 if (is_h264) { in nv84_create_decoder()377 if (is_h264) { in nv84_create_decoder()387 if (is_h264) { in nv84_create_decoder()442 if (is_h264) { in nv84_create_decoder()456 if (is_h264 && !ret) in nv84_create_decoder()[all …]
273 bool is_h264 = buffer_[start_index]->codec() == kVideoCodecH264; in FindFrames() local283 if (!is_h264 && buffer_[start_index]->is_first_packet_in_frame()) in FindFrames()286 if (is_h264) { in FindFrames()328 if (is_h264 && (buffer_[start_index] == nullptr || in FindFrames()336 if (is_h264) { in FindFrames()
81 bool is_h264 = (codec_specific_info->codecType == kVideoCodecH264); in OnEncodedImage() local106 } else if (is_h264) { in OnEncodedImage()690 bool is_h264 = codec_type_ == kVideoCodecH264; in TestSpatioTemporalLayers333PatternEncoder() local701 SetExpectedValues3<bool>(!is_h264, !is_h264, !is_h264, expected_layer_sync); in TestSpatioTemporalLayers333PatternEncoder()741 SetExpectedValues3<bool>(is_h264, is_h264, is_h264, expected_layer_sync); in TestSpatioTemporalLayers333PatternEncoder()